@charset "utf-8";
/* reset */
/*去掉下面一行注释,可使整个网站群页面变灰*/
/*body{filter:gray}*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    padding: 0;
    margin: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
caption,
th {
    font-weight: normal;
    text-align: left;
}
html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}
i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}
[hidefocus],
summary {
    outline: 0;
}
li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}
sup,
sub {
    font-size: 83%;
}
pre,
code,
kbd,
samp {
    font-family: inherit;
}
q:before,
q:after {
    content: none;
}
textarea {
    overflow: auto;
    resize: none;
}
label,
summary {
    cursor: default;
}
a,
button {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none!important;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 14px/1.14 \5FAE\8F6F\96C5\9ED1, arial, \5b8b\4f53;
    color: #333;
    outline: 0;
    box-sizing: border-box;
    vertical-align: middle;
}
body {
    background:  #e6f4f7;
    background-size: 100%;
}
.bod-banner{
    background: #005888;
    position: relative;
}
.bod-top-l{
    width:418px;
    height: 403px;
    position: absolute;
    top: 55px;
    left: 2%;
}
.bod-top-h{
    width:440px;
    height: 397px; 
    position: absolute;
    top: -45px;
    right: 2%;
}
/*common-hd*/
.indexBox {
    background: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(20, 20, 20, 0.2);
    overflow: hidden;
}
.indexBox-1{
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 20px;
}
.indexBox-2{
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 60px;
}
.homeBox{
    /*background: #e6f4f7;*/
    background-size: 100%;
}

a,a:hover{color: #333;}

.c-fff {
    color: #fff;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.pointer {
    cursor: pointer;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.tc {
    text-align: center;
}
.cb {
    clear: both;
}
.pb {
    position: relative;
}
.pa {
    position: absolute;
}
.db {
    display: block;
}
.dib {
    display: inline-block;
}
.white {
    background: #FFFFFF;
}
.mb-05 {
    margin: 0 5px;
}
.mb-06 {
    margin: 0 6px;
}
.mb-07 {
    margin: 0 7px;
}
.mb-08 {
    margin: 0 8px;
}
.mb-09 {
    margin: 0 9px;
}
.mb-010 {
    margin: 0 10px;
}
.mb-011 {
    margin: 0 11px;
}
.mb-012 {
    margin: 0 12px;
}
.mb-013 {
    margin: 0 13px;
}
.mb-014 {
    margin: 0 14px;
}
.mb-015 {
    margin: 0 15px;
}
.mb-016 {
    margin: 0 16px;
}
.mb-017 {
    margin: 0 17px;
}
.mb-018 {
    margin: 0 18px;
}
.mb-019 {
    margin: 0 19px;
}
.mb-020 {
    margin: 0 20px;
}
.mb-021 {
    margin: 0 21px;
}
.mb-022 {
    margin: 0 22px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-6 {
    margin-top: 6px;
}
.mt-7 {
    margin-top: 7px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-9 {
    margin-top: 9px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-11 {
    margin-top: 11px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-13 {
    margin-top: 13px;
}
.mt-14 {
    margin-top: 14px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-17 {
    margin-top: 17px;
}
.mt-18 {
    margin-top: 18px;
}
.mt-19 {
    margin-top: 19px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-21 {
    margin-top: 21px;
}
.mt-22 {
    margin-top: 22px;
}
.mt-23 {
    margin-top: 23px;
}
.mt-24 {
    margin-top: 24px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-6 {
    margin-right: 6px;
}
.mr-7 {
    margin-right: 7px;
}
.mr-8 {
    margin-right: 8px;
}
.mr-9 {
    margin-right: 9px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-11 {
    margin-right: 11px;
}
.mr-12 {
    margin-right: 12px;
}
.mr-13 {
    margin-right: 13px;
}
.mr-14 {
    margin-right: 14px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-16 {
    margin-right: 16px;
}
.mr-17 {
    margin-right: 17px;
}
.mr-18 {
    margin-right: 18px;
}
.mr-19 {
    margin-right: 19px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-21 {
    margin-right: 21px;
}
.mr-22 {
    margin-right: 22px;
}
.mr-23 {
    margin-right: 23px;
}
.mr-24 {
    margin-right: 24px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-6 {
    margin-bottom: 6px;
}
.mb-7 {
    margin-bottom: 7px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-9 {
    margin-bottom: 9px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-11 {
    margin-bottom: 11px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-13 {
    margin-bottom: 13px;
}
.mb-14 {
    margin-bottom: 14px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-17 {
    margin-bottom: 17px;
}
.mb-18 {
    margin-bottom: 18px;
}
.mb-19 {
    margin-bottom: 19px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-21 {
    margin-bottom: 21px;
}
.mb-22 {
    margin-bottom: 22px;
}
.mb-23 {
    margin-bottom: 23px;
}
.mb-24 {
    margin-bottom: 24px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-6 {
    margin-left: 6px;
}
.ml-7 {
    margin-left: 7px;
}
.ml-8 {
    margin-left: 8px;
}
.ml-9 {
    margin-left: 9px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-11 {
    margin-left: 11px;
}
.ml-12 {
    margin-left: 12px;
}
.ml-13 {
    margin-left: 13px;
}
.ml-14 {
    margin-left: 14px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-16 {
    margin-left: 16px;
}
.ml-17 {
    margin-left: 17px;
}
.ml-18 {
    margin-left: 18px;
}
.ml-19 {
    margin-left: 19px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-21 {
    margin-left: 21px;
}
.ml-22 {
    margin-left: 22px;
}
.ml-23 {
    margin-left: 23px;
}
.ml-24 {
    margin-left: 24px;
}
.pd-010 {
    padding: 0 10px;
}
.pd-011 {
    padding: 0 11px;
}
.pd-012 {
    padding: 0 12px;
}
.pd-013 {
    padding: 0 13px;
}
.pd-014 {
    padding: 0 14px;
}
.pd-015 {
    padding: 0 15px;
}
.pd-016 {
    padding: 0 16px;
}
.pd-017 {
    padding: 0 17px;
}
.pd-018 {
    padding: 0 18px;
}
.pd-019 {
    padding: 0 19px;
}
.pd-020 {
    padding: 0 20px;
}
.pd-021 {
    padding: 0 21px;
}
.pd-022 {
    padding: 0 22px;
}
.pd-023 {
    padding: 0 23px;
}
.pd-024 {
    padding: 0 24px;
}
.pd-60 {
    padding: 6px 0;
}
.pd-70 {
    padding: 7px 0;
}
.pd-80 {
    padding: 8px 0;
}
.pd-90 {
    padding: 9px 0;
}
.pd-100 {
    padding: 10px 0;
}
.pd-110 {
    padding: 11px 0;
}
.pd-120 {
    padding: 12px 0;
}
.pd-130 {
    padding: 13px 0;
}
.pd-140 {
    padding: 14px 0;
}
.pd-150 {
    padding: 15px 0;
}
.pd-160 {
    padding: 16px 0;
}
.pd-200 {
    padding: 20px 0;
}
.pd-0{padding: 0;}
.pd-1 {
    padding: 1px;
}
.pd-2 {
    padding: 2px;
}
.pd-3 {
    padding: 3px;
}
.pd-4 {
    padding: 4px;
}
.pd-5 {
    padding: 5px;
}
.pd-6 {
    padding: 6px;
}
.pd-7 {
    padding: 7px;
}
.pd-8 {
    padding: 8px;
}
.pd-9 {
    padding: 9px;
}
.pd-10 {
    padding: 10px;
}
.pd-11 {
    padding: 11px;
}
.pd-12 {
    padding: 12px;
}
.pd-13 {
    padding: 13px;
}
.pd-14 {
    padding: 14px;
}
.pd-15 {
    padding: 15px;
}
.pd-16 {
    padding: 16px;
}
.pd-17 {
    padding: 17px;
}
.pd-18 {
    padding: 18px;
}
.pd-19 {
    padding: 10px;
}
.pd-20 {
    padding: 20px;
}
.pd-21 {
    padding: 21px;
}
.pd-22 {
    padding: 22px;
}
.pd-23 {
    padding: 23px;
}
.pd-24 {
    padding: 24px;
}
.pd-25 {
    padding: 25px;
}
.pd-30 {
    padding: 30px;
}
.pd1020 {
    padding: 10px 20px;
}
.pd1040 {
    padding: 10px 40px;
}
.padr-00 {
    padding-right: 0!important;
}
.oh {
    height: auto;
    overflow: hidden;
}
/*横向间隔定义*/
.g-blk1 {
    display: block;
    height: 1px;
    clear: both;
}
.g-blk2 {
    display: block;
    height: 2px;
    clear: both;
}
.g-blk3 {
    display: block;
    height: 3px;
    clear: both;
}
.g-blk4 {
    display: block;
    height: 4px;
    clear: both;
}
.g-blk5 {
    display: block;
    height: 5px;
    clear: both;
}
.g-blk6 {
    display: block;
    height: 6px;
    clear: both;
}
.g-blk7 {
    display: block;
    height: 7px;
    clear: both;
}
.g-blk8 {
    display: block;
    height: 8px;
    clear: both;
}
.g-blk9 {
    display: block;
    height: 9px;
    clear: both;
}
.g-blk10 {
    display: block;
    height: 10px;
    clear: both;
}
.g-blk11 {
    display: block;
    height: 11px;
    clear: both;
}
.g-blk12 {
    display: block;
    height: 12px;
    clear: both;
}
.g-blk13 {
    display: block;
    height: 13px;
    clear: both;
}
.g-blk14 {
    display: block;
    height: 14px;
    clear: both;
}
.g-blk15 {
    display: block;
    height: 15px;
    clear: both;
}
.g-blk16 {
    display: block;
    height: 16px;
    clear: both;
}
.g-blk17 {
    display: block;
    height: 17px;
    clear: both;
}
.g-blk18 {
    display: block;
    height: 18px;
    clear: both;
}
.g-blk19 {
    display: block;
    height: 19px;
    clear: both;
}
.g-blk20 {
    display: block;
    height: 20px;
    clear: both;
}
.g-blk21 {
    display: block;
    height: 21px;
    clear: both;
}
.g-blk22 {
    display: block;
    height: 22px;
    clear: both;
}
.g-blk23 {
    display: block;
    height: 23px;
    clear: both;
}
.g-blk24 {
    display: block;
    height: 24px;
    clear: both;
}
.g-blk25 {
    display: block;
    height: 25px;
    clear: both;
}
.g-blk30 {
    display: block;
    height: 30px;
    clear: both;
}
.g-blk40 {
    display: block;
    height: 40px;
    clear: both;
}
/*文字缩进*/
.ti0 {
    text-indent: 0;
}
.ti2 {
    text-indent: 2em;
}
/*行高定义*/
.lh140 {
    line-height: 140%;
}
.lh160 {
    line-height: 160%;
}
.lh180 {
    line-height: 180%;
}
.lh200 {
    line-height: 200%;
}
.lh20 {
    line-height: 20px;
}
.lh23 {
    line-height: 23px;
}
.lh24 {
    line-height: 24px;
}
.lh25 {
    line-height: 25px;
}
.lh26 {
    line-height: 26px;
}
.lh27 {
    line-height: 27px;
}
.lh28 {
    line-height: 28px;
}
.lh29 {
    line-height: 28px;
}
.lh30 {
    line-height: 30px;
}
.lh31 {
    line-height: 31px;
}
.lh32 {
    line-height: 32px;
}
.lh33 {
    line-height: 33px;
}
.lh34 {
    line-height: 34px;
}
.lh35 {
    line-height: 35px;
}
.lh36 {
    line-height: 36px;
}
.lh37 {
    line-height: 37px;
}
.lh38 {
    line-height: 38px;
}
/*字体*/
.fB {
    font-weight: bold;
}
.ft12 {
    font-size: 12px;
}
.ft13 {
    font-size: 13px;
}
.ft14 {
    font-size: 14px;
}
.ft15 {
    font-size: 15px;
}
.ft16 {
    font-size: 16px;
}
.ft17 {
    font-size: 17px;
}
.ft18 {
    font-size: 18px;
}
.ft19 {
    font-size: 19px;
}
.ft20 {
    font-size: 20px;
}
.hidden {
    display: none;
}
.display {
    display: block;
}
.bd-rs1 {
    border-radius: 1px;
}
.bd-rs2 {
    border-radius: 2px;
}
.bd-rs3 {
    border-radius: 3px;
}
.bd-rs4 {
    border-radius: 4px;
}
.bd-rs5 {
    border-radius: 5px;
}
.iblank15{ width:15px; height:10px; float:left; overflow:hidden; display:block;}

.minh-600{min-height: 600px;}
.backfbfbfb{
    background: #fbfbfb;
}
.shadow {
    box-shadow: 0 2px 10px 1px #abccdd;
}
.shadow-0 {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=5);
    -moz-box-shadow: 0px 0px 5px #dddddd;
    -webkit-box-shadow: 0px 0px 5px #dddddd;
    box-shadow: 0px 0px 5px #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.shadow-1 {
    box-shadow: 0 4px 7px -3px #babcbe;
}
.border-0 {
    border: 1px solid #dcdcdc;
}
.bottom-0 {
    border-bottom: 1px solid #dcdcdc;
}
.border-1 {
    border-right: 1px solid #dcdcdc;
}
.dashed-0 {
    border-bottom: 1px dashed #dcdcdc;
}
.dashed-1 {
    border-right: 1px dashed #dcdcdc;
}
.dashed {
    display: block;
    height: 1px;
    margin: 10px 0;
    background: url("../../images/public/dashed.png") repeat-x;
}
.botLine {
    overflow: hidden;
    background: url(../../images/public/bluedashed.png) bottom repeat-x;
    padding-bottom: 25px;
}
/*顶部*/
.g-top {
    width: 100%;
    height: auto;
    line-height: 50px;
    position: relative;
    z-index: 1;
}
.g-top .container {
    padding-right: 0;
    padding-left: 0;
}
.g-top .row {
    margin: 0;
}
.top-con {
    color: #707070;
}
.top-con a {
    font-size: 14px;
    color: #fcfffd;
    padding: 0 5px;
}
.top-con .pull-left a {
    margin-right: 10px;
}
.top-con .pull-right a {
    margin-left: 10px;
}
.u-search {
    width: 70px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    background: url("../../images/public/search.png") no-repeat right;
}
.search-bg1 {
    background: url("../../images/public/search.png") no-repeat right;
}
.search-bg2 {
    background: url("../../images/public/x.png") no-repeat right;
}
/*logo*/
.m-logo {
    padding: 15px 0 ;
    display: block;
}
.m-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.padlf {
    padding: 0!important;
}
.padrf {
    padding-right: 0!important;
}
.marginL {
    margin-left: 10%;
}
/*导航*/
.g-nav {
    /*line-height: 50px;*/
    /*height: 50px;*/
}
/*.g-banner{    background: #005888;}*/
.m-nav {
    height: auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
     background: #086ea6;
}.m-nav ul li {
     font-size: 20px;
     color: #005888;
     letter-spacing: 2px;
     font-weight: 700;
     float: left;
     line-height: 100px;
     height: 100px;
     text-align: center;
 }
.m-nav ul li.nav-lines {
    width: 10px;
}
.m-nav a {
    color: #fff;
    width: 13%;
    text-align: center;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
.m-nav a:hover{
    color: #fff;
    background: url("../../images/index/nav-sj.png") no-repeat center bottom;
    background-size: 8%;
}
.m-nav ul .nav-colum{width: 11.7%;}
.m-nav ul .nav-colum:hover{
    background: url(../../images/public/nav-hover-bg.png) center 65px no-repeat;
}
.m-nav a.hover {
    color: #ffffff;
    background: #2785e8;
    margin: 0;
    height: 54px;
    line-height: 54px;
    border-left: none;
    border-right: none;
}
.m-nav ul li:hover a {
    color:#ce2022;
    /*background: rgba(0, 46, 131, 0.4);*/
    margin: 0;
    height: 50px;
    line-height: 50px;
}
/*搜索*/
.web-search {
    width: 40%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    margin: 10px auto;
    position: relative;
    z-index: 1;
}
.web-search .sc_btn {
    float: left;
    height: 40px;
    border-radius: 0px 7px 7px 0px;
    padding: 0;
    border: none;
    line-height: 40px;
    background: url(../../images/public/search.png) no-repeat center center  #006eab;
    background-size: 25%;
    font-weight: bold;
    font-size: 16px;
    outline: none;
}
.web-search .sc_text {
    float: left;
    height: 40px;
    border-radius: 7px 0 0 7px;
    border: none;
    border-right: none;
    line-height: 40px;
    text-indent: 5px;
    outline: none;
}
/*搜索*/

.common-hd {
    line-height: 54px;
    /*color: #185ebc;*/
    border-bottom: 2px solid #d5d5d5;
}
.common-hd  a {
    color: #005888;
    font-size: 14px;
    padding: 0 5px;
    padding-bottom: 15px;
}
.common-hd  span{
    color: #005888;
    font-size: 14px;
}
.common-hd h3 span{ color: #2b2b2b;}
.form-control .btn-default {
    background: #ffffff !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    margin-left: 30px;
}
.hd-ty{
    line-height: 40px;
    /* color: #185ebc; */
    border-bottom: 2px solid #d5d5d5;
    overflow: hidden;
}
.hd-ty  a {
    color: #005888;
    font-size: 20px;
    border-bottom: 2px solid #005888;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
/*信箱列表*/
.hd_content table {
    width: 100%;
    /* border: 1px solid #CCC; */
    font-size: 14px;
    table-layout: fixed;
}
.hd_content table thead tr {
    background: #e7f7fc;
    /*color: #1558a4;*/
    line-height: 34px;
}
.hd_content table thead td {
    text-align: center;
    padding-left: 0;
    /*color: #005888;*/
}
.hd_content table td {
    border: 3px solid #ffffff;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    font-size: 16px;
    height: 47px;
    line-height: 47px;
    color: #2b2b2b;
}

#xxbt {
    width: 50%;
}
#ftbt{width: 55%;}
#shijian{width: 12%;}
#xjbm {
    width: 15%;
}
#clzt {
    width: 8%;
}
#lst-rt{padding:0 20px;}
.greeSize{color: #56a027!important;}
.redSize{color: #CC0000!important;}
.xxbt-1{text-align: left!important;padding-left: 5px;}
/*移动端nav*/
.m-wap-nav {
    display: none;
}
.u-wap-nav {
    width: 40px;
    height: 30px;
    padding: 0 6px 0 6px;
    /* border: 1px solid white; */
    border-radius: 5px;
    outline: none;
}
.u-wap-nav div {
    float: left;
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background:#fff;
    border-radius: 4px;
}
.m-wapnav-body span {
    display: inline-block;
    width: 96%;
    height: 50px;
    margin-left: 2%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.m-wapnav-body span:hover {
    background-color: #f5f5f5;
}
.m-mask {
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.m-wapnav-body {
    position: fixed;
    top: 0;
    right: -50%;
    z-index: 999;
    width: 50%;
    max-width: 400px;
    height: 100%;
    background: #005888;
}
.m-wapnav-body a {
    color: #ffffff;
}
/*友情链接*/
.g-link {
    line-height: 48px;
    background: #cfe7ff;
}
.g-link .m-link select {
    width: 100%;
    height: 32px;
    color: #a9a9a9;
    border: 1px solid #e5e5e5;
    outline: none;
}
/*下拉框默认选中样式*/
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #ffffff;
}
/*页码*/

.pagination_index,.pagination_zx{float: left;}
.pagination_index a{
    border: 1px solid #bfbfbf;
    margin: 0 3px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    color: #bfbfbf;
    height: 25px;
    line-height: 25px;
}
.pagination_index.page_loca a{
    color: #fff;
    background-color: #428bca;
}
.pagination_zx span{
    float: left;
    margin-right: 5px;
    height: 25px;
    line-height: 25px;
}
.pagination_zx input{
    width: 14%;
    float: left;
    margin-right: 5px;
    height: 25px;
    line-height: 25px;
}
.pagination_zx a{
    float: left;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
}
/*通用版权*/
.Ahref {
    background: #005888;
    height: 55px;
}
.footer {
    width: 100%;
    text-align: left;
    height: auto;
    /*border-top: 12px solid #005888;*/
    background: #FFFFFF;
}
.footerpc {
    height: auto;
}
.footerpc .gov-icon {
    float: right;
    width: 80px;
    height: 80px;
    margin-top: 10%;
}
.footerpc .error-icon {
    float: right;
    width: 110px;
    margin-right: 10px;
    padding-top: 32px;
}
.footerpc .txt {
    padding: 5px 0 20px 0;

    margin: 0 auto;

}
.footerBottom{text-align: center;}
.footerpc .txt .linkWe-1{
    text-align: center;display: inherit;float: none;
}
.footerpc .txt em{font-weight: 100;}
.footerpc .txt p {
    /*display: inline-block;*/
    margin: 0;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 9%;
}
.footerpc .txt p a {
    color: #000000!important;
    font-size: 16px;
}
.footerpc .text p {
    line-height: 30px;
}
.footerpc .txt p span {
    display: inline-block;
    margin: 0 auto;
    padding: 0 2px;
    text-align: left;
    font-size: 16px;
}
.linkWe {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.linkWe a {
    display: inline-block;
    padding: 0 8px;
    color: #333333;
}
.gov-12377{
    text-align: right;
    margin-top: 10%;
}
.g-bottom {
    overflow: hidden;
    width: 100%;
    height: 10px;
    line-height: 10px;
    background: #005888;
}
.wapfooter {
    padding: 10px 0;
    text-align: center;
}
.wapfooter p {
    margin-bottom: 0;
    padding: 0;
    line-height: 28px;
}
.wapfooter p span {
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
}
.footerpc .txt p .commonSpan {
    padding-right: 20px;
}
.bottomBlue {
    background: url("../../images/news/tab1.jpg") no-repeat;
    height: 37px;
}
/*政府机构*/
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px!important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 5px!important;
    top: 80%!important;
}
.bootstrap-select > .dropdown-toggle {
    padding-right: 0!important;
}
.g-4th {
    margin: 0 auto;
    height: 30px;
    position: relative;
}
.gthBox {
    background: #f9f9f9;
}
.aboutA p {
    border: none;
    line-height: 55px;
    color: #FFFFFF !important;

    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}
.form-control{background: none!important;}
.bs-searchbox{display: none;}
.dropdown-menu{    top: 53px;}
.form-control .btn-default {
    border: none;
    background: none!important;
    color: #FFFFFF !important;
    line-height: 55px;
    padding: 0;
}
.g-4th #m-hd .m-tit {
    position: relative;
    float: left;
    width: 140px;
    display: inline;
}
.g-4th #m-hd .m-tit a {
    line-height: 30px;
    text-align: center;
    display: block;
    background: url("../../images/index.files/zfbm_bg.png") 90% center no-repeat;
}
.g-4th #m-hd .m-bd {
    width: 1280px;
    position: absolute;
    top: -60px;
    left: 0px;
    background: #eeeeee;
    z-index: 1000;
    padding: 10px 10px;
}
.g-4th #m-hd .bd1 {
    top: -100px !important;
    left: -280px !important;
}
.g-4th #m-hd .bd2 {
    left: -420px !important;
    top: -40px !important;
}
.g-4th #m-hd .bd3 {
    left: 0px !important;
    top: -200px !important;
}
.g-4th #m-hd .bd4 {
    left: -560px !important;
    top: -40px !important;
}
.g-4th #m-hd .bd5 {
    left: -700px !important;
    top: -40px !important;
}
.g-4th #m-hd .bd6 {
    left: -840px !important;
    top: -60px !important;
}
.g-4th #m-hd .bd7 {
    left: -980px !important;
    top: -40px;
}
.g-4th #m-hd .bd8 {
    top: -80px !important;
    left: -140px !important;
}
.g-4th #m-hd .m-bd li {
    float: left;
    width: 14.2%;
}
.g-4th #m-hd .bd5 li {
    width: 15%;
}
.g-4th #m-hd .m-bd li a {
    background: none;
    line-height: 20px;
    text-align: left;
}
.footer .btnlk {
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
}
.footer .btnlkbg {
    background: #005888;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    display: block;
}
.footer .btnlkbg a {
    color: #ffffff;
    display: block;
    text-align: center;
    width: 80px;
    font-weight: bold;
    font-size: 16px;
}
.footer .weixin {
    background: url("../../images/public/web-weixin.png") no-repeat center center;
    width: 120px;
    height: 76px;
    display: inline-block;
    margin-right: 10px;
}
.footer .weixin p {
    margin-top: 80px;
    text-align: center;
}
.footer .weibo {
    background: url("../../images/public/web-weibo.png") no-repeat top center;
    margin-top: 10px;
    display: inline-block;
    width: 130px;
    height: 50px;
    margin-bottom: 20px;
}
.footer .weibo a {
    display: block;
}
.footer .t-link {
    height: auto;
    overflow: hidden;
    line-height: 32px;
}
.footer .t-link a {
    color: #666666;
    margin-right: 10px;
}
.footerselect {
    padding: 0;
}
/*通用列表*/
.m-lst {
    height: auto;
    overflow: hidden;
}
.m-lst ul {
    height: auto;
    padding: 5px 10px 8px 10px;
}
.m-lst ul li {
    overflow: hidden;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-lst ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}
.m-lst ul li .column {
    padding-right: 10px;
    font-size: 16px;
}
.m-lst ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
}
.m-lst ul em {
    float: left;
    padding-right: 10px;
}
.m-lst ul li span {
    float: right;
}
/*列表翻页*/
#page_div {
    margin: 15px auto;
    text-align: center;
}
.pagination-first, .pagination-last {
    display: inline-block;
}
.pagination-index, .pagination-num {
    border: 1px solid #bfbfbf;
    margin: 0 3px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    color: #bfbfbf;
    height: 25px;
    line-height: 25px;
}
.pagination-first, .pagination-last {
    display: inline-block;
}
.pagination-last>span {
    margin: 0 10px;
}
/*列表*/
/*lh38*/
.u-lst {
    height: auto;
    overflow: hidden;
}
.u-lst ul {
    height: auto;
}
.u-lst ul li {
    overflow: hidden;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.u-lst ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}
.u-lst ul li .column {
    padding-right: 10px;
    font-size: 16px;
}
.u-lst ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
}
.u-lst ul em {
    float: left;
    padding-right: 10px;
    font-style: revert;
}
.u-lst ul li span {
    float: right;
}
/*lh26*/
.m-lst26 {
    height: auto;
    overflow: hidden;
}
.m-lst26 ul {
    height: auto;
    padding: 6px;
}
.m-lst26 ul li {
    overflow: hidden;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.m-lst26 ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}
.m-lst26 ul li .column {
    padding-right: 10px;
    font-size: 16px;
}
.m-lst26 ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
}
.m-lst26 ul em {
    float: left;
    padding-right: 10px;
    font-style: revert;
}
.m-lst26 ul li span {
    float: right;
}
/*lh28*/
.m-lst28 {
    height: auto;
    overflow: hidden;
}
.m-lst28 ul {
    height: auto;
    padding: 6px;
}
.m-lst28 ul li {
    overflow: hidden;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.m-lst28 ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}
.m-lst28 ul li .column {
    padding-right: 10px;
    font-size: 16px;
}
.m-lst28 ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
}
.m-lst28 ul em {
    float: left;
    padding-right: 10px;
    font-style: revert;
}
.m-lst28 ul li span {
    float: right;
}
/*lh30*/
.m-lst30 {
    height: auto;
    overflow: hidden;
}
.m-lst30 ul {
    height: auto;
    padding: 6px;
}
.m-lst30 ul li {
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.m-lst30 ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}
.m-lst30 ul li .column {
    padding-right: 10px;
    font-size: 16px;
}
.m-lst30 ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
}
.m-lst30 ul em {
    float: left;
    padding-right: 10px;
    font-style: revert;
}
.m-lst30 ul li span {
    float: right;
}
/*lh31*/
.m-lst31 {
    height: auto;
    overflow: hidden;
}
.m-lst31 ul {
    height: auto;
    padding: 6px;
}
.m-lst31 ul li {
    overflow: hidden;
    line-height: 31px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.m-lst31 ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}
.m-lst31 ul li .column {
    padding-right: 10px;
    font-size: 16px;
}
.m-lst31 ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
}
.m-lst31 ul em {
    float: left;
    padding-right: 10px;
    font-style: revert;
}
.m-lst31 ul li span {
    float: right;
}
/*lh32*/
.m-lst32 {
    height: auto;
    overflow: hidden;
}
.m-lst32 ul {
    height: auto;
    padding: 6px;
}
.m-lst32 ul li {
    overflow: hidden;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.m-lst32 ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}
.m-lst32 ul li .column {
    padding-right: 10px;
    font-size: 16px;
}
.m-lst32 ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
}
.m-lst32 ul em {
    float: left;
    padding-right: 10px;
}
.m-lst32 ul li span {
    float: right;
}
/*lh32*/
/*lh36*/
.m-lst36 {
    height: auto;
    overflow: hidden;
}
.m-lst36 ul {
    height: auto;
    padding: 0 10px;
}
.m-lst36 ul li {
    overflow: hidden;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.m-lst36 ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}
.m-lst36 ul li .column {
    padding-right: 10px;
    font-size: 16px;
}
.m-lst36 ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
}
.m-lst36 ul em {
    float: left;
    padding-right: 10px;
}
.m-lst36 ul li span {
    float: right;
}
/*lh38*/
.m-lst38 {
    height: auto;
    overflow: hidden;
}
.m-lst38 ul {
    height: auto;
    padding: 15px 10px;
}
.m-lst38 ul li {
    overflow: hidden;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.m-lst38 ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}
.m-lst38 ul li .column {
    padding-right: 10px;
    font-size: 16px;
}
.m-lst38 ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
}
.m-lst38 ul em {
    float: left;
    padding-right: 10px;
}
.m-lst38 ul li span {
    float: right;
}
.m-lst234 {
    height: auto;
    overflow: hidden;
}
.m-lst234 ul {
    height: auto;
    margin: 10px 0 ;
    border-left: solid 1px #eeeeee;
}
.m-lst234 ul li {
    overflow: hidden;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-lst234 ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    padding-left: 15px;
    height: 20px;
    line-height: 20px;
    margin: 7px 0;
    display: block;
}
.m-lst234 ul li a:hover {
    float: left;
    border-left: solid 3px #005888;
    padding-left: 12px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 7px 0;
    text-overflow: ellipsis;
}
.m-lst234 ul li .column {
    padding-right: 10px;
    font-size: 16px;
}
.m-lst234 ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
}
.m-lst234 ul li span {
    float: right;
}
/*新闻卡片*/
.card {
    min-height: 130px;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}
.card .card-type-in {
    display: block;
    font-size: 20px;
}
.card .title {
    display: -webkit-box;
    display: block;
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #454545;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
}
.card .title h3 {
    font-weight: bold;
    color: #555;
}
.card .detail {
    margin-top: 5px;
    overflow: hidden;
    font-size: 0;
    line-height: 32px;
    color: #3a3232;
    letter-spacing: 0;
}
.card .detail span {
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
}
.card .detail .news-tag {
    color: #005888;
}
.card .desc {
    margin-top: 5px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #a6a6a6;
    letter-spacing: 0;
}
.card .source {
    margin-top: 5px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #343434;
    letter-spacing: 0;
}
.card-type .card-type-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-type .news-info {
    min-height: 100px;
    color: #333;
    -webkit-box-flex: 2;
    -ms-flex: 2 2 auto;
    flex: 2 2 auto;
}
.card-type .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.card-type .news-pic {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.card-type .news-pic img {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    object-fit: cover;
}
.card-type .news-info .column {
    padding-right: 10px;
    font-size: 16px;
    color: #005888;
}
.card-type .detail .unlike,
.card-type .unlike {
    margin-right: 12px;
}
.card-type .news-date {
    padding: 10px 30px;
    color: #333;
    -webkit-box-flex: 2;
    -ms-flex: 2 2 auto;
    flex: 2 2 auto;
}
.card-type .news-date .date {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #a1a1a1;
    text-align: center;
}
.card-type .news-date .year {
    font-size: 19px;
    line-height: 36px;
    color: #a1a1a1;
    text-align: center;
    border-top: solid 1px #eee;
}
/*列表导航*/
.leftHeader{    background: #FFFFFF;    padding: 0 20px;}

.m-lst-nav {
    background: none;
    height: auto;
}
.m-lst-nav .tnm {
    /* height: 124px; */
    line-height: 100px;
    text-align: center;
    background: url(../../images/news/xwzx.png) 20% center #005888 no-repeat;
    font-size: 22px;
    color: #fff;
    font-weight: 100;
}
.m-lst-nav .tnm span{
    line-height: 100px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-left: 10%;
}
/*.m-lst-nav ul {*/
/*background: #f2f6f8;*/
/*}*/
.m-lst-nav ul li {
    font-size: 16px;
    line-height: 54px;
    color: #666;
    text-align: center;
    overflow: hidden;
}

.m-lst-nav ul li.hover {
    background: #42a5f6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.m-lst-nav ul li.hover a {
    color: #ffffff;
    background: none;
    font-weight: bold;
    color: #FFFFFF;;
}
.m-lst-nav ul li:hover{
    background: url(../../images/news/xw-b.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.m-lst-nav ul li:hover a{
    color: #005888; font-weight: bold;
}
.m-lst-nav ul .active{
    background: url(../../images/news/xw-b.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.m-lst-nav ul .active a {
    color: #005888;
    background: none;
    font-weight: bold;
}
.m-lst-nav ul li a {
    position: relative;
    display: block;
    line-height: 54px;
}

.m-lst-nav ul li{
    margin-bottom: 10px;
}
.tab-news2 span {
    width: 100%;
    line-height: 40px;
    text-align: center;
    display: block;
    background: #e5e5e5;
    border-radius: 4px;
    margin-bottom: 5px;
}
.tab-news2 .default span {
    background: #005888;
    color: #fff;
}
/*清除gutter*/
#lst-lt {
    background: #ffffff;
    height: auto;
    overflow: hidden;
}
#lst-rt {
    background: #ffffff;
    height: auto;
    overflow: hidden;
}
/*文件列表*/
.table {
    width: 100%;
    margin-top: 10px;
    table-layout: fixed;
}
.table-1{
    margin-top: 0;
}
.table thead tr th {
    padding: 5px 0;
    border-right: 1px solid #fff;
    line-height: 34px;
    text-align: center;
    background: #0168b7;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}
.table thead tr .t4 {
    width: 60px;
}
.table tbody tr td {
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table tbody tr td a {
    overflow: hidden;
    line-height: 34px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table .w120 {
    width: 120px;
}
.table .w110 {
    width: 110px;
}
.table .w160 {
    width: 160px;
}
.table .w170 {
    width: 170px;
}
.table .w180 {
    width: 180px;
}
.table .w240 {
    width: 240px;
}
.table .w230 {
    width: 230px;
}
.table .w220 {
    width: 220px;
}
/*公开正文表头*/
.file-table {
    height: auto;
    overflow: hidden;
    font-size: 14px;
}
.file-table tbody tr {
    line-height: 31px;
}
.file-table tbody tr td {
    padding: 5px 10px;
    border-color: #dcc591;
    border-style: solid;
    border-width: 1px;
}
.file-table tbody tr td.et2 {
    text-align: center;
    background: #fff8e8;
}
.file-table tbody tr td.et3 {
    text-align: left;
}
/*公开正文表头-wap*/
.wap-gk-table {
    padding: 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}
.wap-gk-table li {
    line-height: 32px;
    border-bottom: 1px solid #e5e5e5;
}
.wap-gk-table li span.waptab-name {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    color: #005888;
    text-align: center;
}
.wap-gk-table li span.waptab-con {
    display: inline-block;
    width: 65%;
    padding-left: 2%;
    border-left: 1px solid #e5e5e5;
}
.wap-gk-table li span.waptab-fwzh {
    line-height: 28px;
}
/*政策解读*/
.graphic {
    overflow: hidden;
    height: auto;
    margin: 20px;
}
.graphic .tnm {
    font-size: 16px;
    color: #005888;
    float: left;
    vertical-align: middle;
    line-height: 36px;
    font-weight: bold;
    text-align: right;
}
.graphic .utext {
    float: left;
    height: auto;
    overflow: hidden;
}
.graphic .utext p {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
}
.graphic .utext p a {
    color: #005888;
    font-weight: bold;
}
/*正文内容通用*/
/*边框*/
.bdse {
    border: solid 1px #eeeeee;
}
.bdse-10 {
    border: solid 1px #eeeeee;
    /*background: #FFFFFF;*/
    overflow: hidden;
    padding: 20px;
}
.bdsetb-10{
    /*border: solid 1px #eeeeee;*/
    /*background: #FFFFFF;*/
    overflow: hidden;
    /*padding: 0 20px;*/
}
/*视频*/
.m-txt video {
    width: 800px!important;
    height: auto!important;
    margin: 0 auto;
    display: block;
}
#printContent p img{
    display: block;
    margin: 10px auto!important;
}
/*article*/
.m-txt {
    overflow: hidden;
    height: auto;
    padding: 30px 60px 38px 60px;
}
.m-txt p{line-height: 28px;  font-size: 16px;}
.m-txt-utt {
    margin: 0;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    color: #005888;
}
.m-txt-tt {
    margin: 0;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    color: #005888;
}
.m-txt-dtt {
    margin: 0;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
    font-size: 26px;
    color: #005888;
}
/*source*/
.m-txt-crm {
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: 24px;
    margin-bottom: 20px;
    padding: 0 30px;
    line-height: 36px;
    text-align: center;
    color: #222;
    font-size: 14px;
    border-top: 1px solid #005888;
    border-bottom: 1px solid #005888;
}
.m-txt-crm span.font,
.m-txt-print span.font {
    /*float: left;*/
    margin: 0 10px;
}
.m-txt-print {
    position: absolute;
    float: right;
    top: 0;
    right: 12px;
    border-bottom: none;
    line-height: 36px;
}
.m-txt-print .switchsize {
    padding-left: 15px;
}
.m-txt-print .switchsize {
    float: left;
    padding-left: 10px;
}
.m-txt-print .switchsize span {
    cursor: pointer;
}
.m-txt-print .printIco {
    float: left;
    padding-left: 22px;
    background: url(../../images/public/ico.png) no-repeat 0 11px;
}
.m-txt-print .share {
    float: right;
    padding-right: 20px;
    color: #898989;
}
#btnPrint {
    cursor: pointer;
}
/*toujie*/
.m-txt-toujie {
    overflow: hidden;
    height: auto;
    margin: 10px 0;
}
.m-txt-toujie .tnm {
    float: left;
    display: inline-block;
    padding: 12px;
    text-align: center;
    color: #005888;
    font-weight: bold;
    font-size: 16px;
}
.m-txt-toujie .files {
    float: left;
    overflow: hidden;
    display: inline-block;
    height: auto;
    padding: 10px 0;
}
.m-txt-toujie .files p {
    margin-bottom: 0;
    line-height: 28px;
}
.m-txt-toujie .files p a {
    font-size: 16px;
}
.m-txt-article {
    min-height: 500px;
    line-height: 30px;
    font-size: 18px;
}
.m-txt-article table {
    border: solid 1px #b1b1b1;
}
.m-txt-article table p {
    text-indent: 0;
}
.m-txt-article img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.m-txt-article p {
    margin: 0 0 26px 0 ;
    text-indent: 2em;
}
.m-txt-article br {
    padding-top: 15px;
    text-indent: 2em;
}
.m-txt-article p img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.m-txt-article a {
    color: #005888;
    font-weight: bold;
}
.m-txt-article p a {
    color: #005888;
    font-weight: bold;
}
.m-txt-article h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 18px;
}
.m-txt-article table {
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    margin: 0 auto;
}
.m-txt-article table td {
    padding-left: 10px;
    border-top: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
}
.m-txt-article .institution {
    line-height: 42px;
    font-size: 18px;
}
.m-txt-article .institution b {
    padding-right: 15px;
    color: #005888;
}
/*微博微信正文*/
.m-txt-article .wbpt {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}
.m-txt-article .wbpt img {
    width: 300px;
    max-width: 300px;
    height: 300px;
    max-height: 300px;
}
.m-txt-article .wbbt {
    padding-top: 20px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.m-txt-article .wbdesc {
    line-height: 32px;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.m-txt-article .wxpt {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}
.m-txt-article .wxpt img {
    width: 300px;
    max-width: 300px;
    height: 300px;
    max-height: 300px;
}
.m-txt-article .wxbt {
    padding-top: 20px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.m-txt-article .wxdesc {
    line-height: 32px;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.m-txt-video {
    line-height: 32px;
    font-size: 18px;
}
.m-txt-video p {
    padding-top: 15px;
}
.m-txt-editor {
    padding: 5px 0;
    text-align: right;
    color: #898989;
    font-size: 14px;
}
.m-txt-editor span {
    margin-right: 20px;
}
.m-txt-editor span a {
    color: #888;
}
.m-txt .share {
    float: right;
    padding-right: 20px;
    color: #898989;
}
.reader {
    color: #005888;
    font-size: 18px;
}
.reader a {
    color: #005888;
}
#qrcode {
    overflow: hidden;
    display: block;
    height: auto;
    text-align: center;
}
.qrcode {
    overflow: hidden;
    display: block;
    height: auto;
    text-align: center;
}
.m-txt-rtl {
    border-right: solid 1px #e1e1e1;
}
/*分割线*/
.bdsd {
    border-bottom: dashed 1px #e1e1e1;
    height: 1px;
    overflow: hidden;
    line-height: 1px;
}
/*common-nm*/
.u-nm {
    line-height: 46px;
    overflow: hidden;
    border-bottom: none;
    text-align: right;
}
.u-nm span {
    font-size: 14px;
    color: #1b1b1b;
    display: inline-block;
}
.u-nm span a {
    font-size: 16px;
    color: #6c6c6c;
    display: inline-block;
    padding: 0;
}
.u-nm4 {
    line-height: 46px;
    overflow: hidden;
    border-bottom: none;
    padding-right: 10px;
}
.u-nm4 span {
    font-size: 14px;
    color: #1b1b1b;
    display: inline-block;
}
.u-nm4 span a {
    font-size: 16px;
    color: #1b1b1b;
    display: inline-block;
    padding: 0;
}
.u-nm .more {
    float: right;
    padding: 14px 0;
    font-size: 14px !important;
    color: #bdbdbd !important;
}
/*common-nm2*/
.u-nm2 {
    height: auto;
    border-bottom: 1px solid #dcdcdc;
}
.u-nm2 a {
    position: relative;
    display: inline-block;
    padding: 15px 10px 15px 10px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.u-nm2 a .u-tri {
    position: absolute;
    bottom: 0;
    left: 36px;
    display: none;
    width: 0;
    height: 0;
    border-color: transparent transparent #005888 transparent;
    border-style: solid;
    border-width: 5px;
}
.u-nm2 a.hover {
    color: #005888;
    border-bottom: 1px solid #005888;
}
.u-nm2 a.hover .u-tri {
    display: block;
}
.u-nm3 {
    height: auto;
    overflow: hidden;
    padding: 10px 12px;
}
.u-nm3 a {
    color: #005888;
    font-size: 18px;
    font-weight: bold;
}
/*当前位置*/
.position {
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #005888;
    text-align: left;
    padding: 0px 20px;
}
.position .location-top {
    color: #005888;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
}
/*.position span,*/
/*.position span a {*/
/*display: inline-block;*/
/*font-size: 16px;*/
/*color: #5d5d5d;*/
/*font-weight: bold;*/
/*}*/
.position span span {
    padding: 0 4px;
    font-size: 14px;
}
.position a span{
    font-weight: 100;    color: #333;
}
/*.position span a:nth-child(2) {*/
/*display: none;*/
/*}*/
.position i {
    padding: 0 5px;
}
/*翻页*/
/*.page {*/
/*text-align: center;*/
/*}*/
/*.page .pagination input {*/
/*width: 80px;*/
/*height: 22px;*/
/*padding: 0;*/
/*margin: -3px 5px;*/
/*border: 1px solid #ddd;*/
/*}*/
/*.pagination li.am-active a {*/
/*color: #fff;*/
/*background: #428bca;*/
/*}*/
/*.pagination > li > a,*/
/*.pagination > li > span {*/
/*color: #757575;*/
/*}*/
.img-responsive{
    max-width: 100%;
    height: auto;
    width: 100%;
    padding: 0 10px;
}

.bg-white{background-color: #fff;}.padd{padding: 20px}.text-center{text-align: center;}.overhidden{overflow: hidden;}
select::-ms-expand { display: none; }
select{appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;}
.fl{float:left;}
.fr{float:right;}
.nurl{display:none;}
.w1200{width: 1200px;margin: 0 auto;}
.min{background: url(../images/public/bodybg.jpg) no-repeat center 5px;background-attachment: fixed; background-size:100%; width: 100%;max-width: 1600px;border-top:5px solid #b51d21 ;margin: 0 auto;}
.bgffff{background: #FFFFFF;}
.pagination-num.active, .pagination-index:hover, .pagination-num:hover {
    background: #005888;
    color: white;
}
.gknav ul{overflow: hidden;padding: 10px 0;}
.gknav ul li{
    /*border: 1px solid #005888;*/
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 16px;
    line-height:36px;
}


/*搜索*/
.m-srch {
    display: none;
    width: 350px;
    height: 28px;
}
.m-search {
    display: inline-block;
    width: 300px;
    height: 28px;
    margin-top: 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
.m-search input {
    display: inline-block;
    height: 26px;
    margin-top: -12px;
    vertical-align: middle;
    border: none;
    outline: none;
}
.m-search .u-input-text {
    width: 86%;
    text-indent: 10px;
}
.m-search .u-input-submit {
    width: 12%;
    background: url("../../images/public/search1.png") no-repeat center;
}
.u-toright {
    display: inline-block;
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 5px;
    margin-right: 5px;
    line-height: 24px;
    color: #005888;
    text-align: center;
    cursor: pointer;
    background: #69b0f8;
    border-radius: 50%;
}
/*侧边栏-微信-微博*/
/*侧边栏-微信-微博*/
.ewmx {
    position: fixed;
    top: 500px!important;
    right: 7px;
    z-index: 9999;
    width: 70px;

}
.ewm {
    top: 0;
    width: auto;
}
.ewmImg{
    position: relative;
}

.ewmx .item {
    padding: 10px 0;
    cursor: pointer;
    background-color: #646577;
    border-bottom: solid 1px #555666;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: relative;
    text-align: center;
}
.ewmx .item a{color: #FFFFFF;}
.pos-1{
    padding: 10px;
    top: -83px;
    width: 120px;
    position: absolute;
    left: -120px;
    background-color: #005888;
    display: none;
}
.pos-1 img{width: 100%;}
.pos-1 p{
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
    line-height: 22px;
}
.ewmx .item-1:hover .pos-nqfb{display: block;}
.ewmx .item-2:hover .pos-anq{display: block;}
.ewmx .item img{
    display: block;
    margin: 0 auto;
}
.ewmx .item span{
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 10px;
}
.closebtn {
    text-align: center;
    background-color: #646577;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.goUp {
    width: 64px;
    margin: 0 auto;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}
.goUp:hover {
    color: #fff;
}

.hd_content tbody tr:nth-child(n) {
    background: #F4F4F4;
}
.hd_content tbody tr:nth-child(2n) {
    background: #FaFaFa;
}
/*新闻图片*/
.u-news-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding-right: 30%;
    overflow: hidden;
    font-size: 16px;
    line-height: 50px;
    color: white;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.6);
}
/*外链提醒*/
.alert-mengban {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=80) !important;
    opacity: 0.5 !important;
}
.alert-warning {
    position: fixed;
    top: -400px;
    left: 50%;
    z-index: 1001;
    display: none;
    width: 450px;
    height: 230px;
    margin-left: -225px;
    background: #fff;
}
.alert-title {
    position: relative;
    width: 100%;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #005888;
}
.alert-wzsm {
    margin: 15px auto 0;
    font-size: 18px;
    line-height: 30px;
    color: #2b2b2b;
    text-align: center;
}
.alert-wzsm p {
    font-size: 16px;
    margin: 0 15px;
}
.alert-wzsm p.color {
    color: #d20000;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
}
.alert-footer {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 16px;
}
.alert-footer span {
    float: left;
    cursor: pointer;
}
.alert-footer .confirm {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: block;
    width: 220px;
}
.alert-footer .confirm .visits,
.cancel {
    width: 100px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #005888;
    border-radius: 16px;
}
.alert-footer .confirm .cancel {
    background: #ccc;
    margin-left: 15px;
}
.zj-lb-tit{
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    background: #005888;
    font-size: 16px;
    color: #fff;
}
.zj-nr-ty-b{
    overflow: hidden;
    text-align: center;
}
.zj-nr-ty-b a{
    width: 100px;
    line-height: 40px;
    background: #9d9d9d;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    margin: 5px 0;
}
.ld-wyxx{
    display: inline-block;
    padding: 0 30px!important;
    background: #005888;
    border-radius: 10px;
    line-height: 35px!important;
    color: #fff!important;
    font-size: 16px!important;
    float: right;
}
/*引入站点独有样式，不影响A模板调用*/
/*此文件仅作为单独站点下样式使用，通过common样式调用*/

/*使用最大值(max-width)最为判断条件 从大到小
    使用最小值(min-width)最为判断条件 从小到大*/
@media all and (max-width: 1196px) {
    .swiperImg {
        padding: 0!important;
    }
    .m-nav ul .nav-colum{width: 11.5%;}
    .footerpc .txt p{margin-left: 0;}
    .m-txt video {
        width: 600px!important;
        height: auto!important;
    }
    .m-lst-nav .tnm{background: #005888;}
    .m-lst-nav .tnm span{padding-left: 0;}
}
@media all and (max-width: 1024px) {
    .m-txt video {
        width: 600px!important;
        height: auto!important;
    }
    #xxbt {
        width: 25%;
    }
    #shijian {
        width: 22%;
    }
    #xjbm {
        width: 14%;
    }
    #clzt {
        width: 14%;
    }
    .web-search {
        /*margin: 70px 0;*/
    }
    .web-search .sc_btn {
        border: 1px solid #dcdcdc;
    }
    .web-search .sc_text {
        border: 1px solid #dcdcdc;
    }
    .m-lst-nav .tnm{
        line-height: 80px;
        text-align: center;
        background:  #005888;
        font-size: 22px;
        color: #fff;
        font-weight: 100;
    }
    .m-lst-nav .tnm span{
        line-height: 80px;
        text-align: center;
        padding-left:0;
    }
    /*正文*/
    .m-txt {
        padding: 10px 40px;
    }
    .m-txt-crm {
        padding-top: 20px;
    }
    .m-txt-utt {
        font-size: 24px;
        line-height: 36px;
    }
    .m-txt-tt {
        font-size: 28px;
        line-height: 48px;
    }
    .m-txt-dtt {
        font-size: 24px;
        line-height: 36px;
        /*color: #333;*/
    }
    .m-txt-source {
        height: auto;
        padding-top: 22px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #222;
        text-align: center;
        border-bottom: 1px #dcdcdc solid;
    }
    .m-txt-source span {
        padding: 0 10px;
        text-align: center;
    }
    .footerpc .text {
        padding: 0;
    }
}
@media all and (max-width: 992px) {
    .m-txt video {
        width: 500px!important;
        height: auto!important;
    }
    .m-lst-nav ul li.hover a {
        font-size: 16px;
    }
    .m-lst-nav ul li a {
        font-size: 16px;
    }
    .margLf-0 {
        margin: 0;
    }
    .pa-leader {
        padding: 0;
    }
    .m-nav ul .nav-colum{width: 11%;}
    .banner-search input[type=text]{height: 32px;
        line-height: 36px;
        width: 270px;}
    .banner-search input[type=submit]{height: 31px;}
}
@media all and (max-width: 768px) {

    .indexBox-1{padding: 10px 30px;}
    .line_box{padding: 20px 0!important;}
    .indexBox {
        box-shadow: none;
    }
    .border-0 {
        border: none;
    }
    .pd1040 {
        padding: 0;
    }
    .padd0 {
        padding: 0;
    }
    /*导航*/


    .m-nav a.hover {
        line-height: 44px;
        height: 44px;
    }
    .shadow {
        border: solid 1px #f1f1f1;
        box-shadow: none;
    }
    .m-srch {
        display: none;
        width: 250px;
        height: 28px;
    }
    .m-search {
        width: 200px;
    }
    .m-wap-nav {
        display: block;
    }
    .m-wapnav-body a {
        display: block;
        width: 100%;
        height: 42px;
        font-size: 16px;
        line-height: 42px;
        text-align: center;
        border: none;
        border-bottom: 1px solid #7b8fbb;
    }
    /* wap 搜索 */
    .m-wap-search {
        padding: 0 0 2px 15px;
        margin: 34px 10px 0 10px;
        background: white;
        border-radius: 20px;
    }
    .m-wap-search .u-wap-sctext {
        display: inline-block;
        width: 80%;
        height: 24px;
        border: none;
        outline: none;
    }
    .m-wap-search .u-wap-scbtn {
        float: right;
        width: 20%;
        height: 24px;
        color: #083ea6;
        background: url(../../images/public/search1.png) no-repeat 0px 3px;
        background-size: 20px 20px;
        border: none;
        border-radius: 0 20px 20px 0;
        outline: none;
    }
    .m-wap-search {
        padding: 0 0 2px 15px;
        margin-top: 15px;
        background: white;
        border-radius: 20px;
    }
    .u-lst ul {
        padding: 5px 0;
    }
    /*正文*/
    .base{padding: 0;}
    .bdse-10 {
        border: solid 1px #eeeeee;
        background: #FFFFFF;
        overflow: hidden;
        padding: 10px 0;
    }
    .m-txt-crm {
        margin-top: 0;
        padding-top: 0;
    }
    .footerpc .gov-icon {
        margin-right: 0;
    }
    .m-txt-utt {
        font-size: 24px;
        font-weight: normal;
        line-height: 46px;
        text-align: center;
    }
    .m-txt-tt {
        font-size: 28px;
        font-weight: normal;
        line-height: 48px;
        text-align: center;
    }
    .m-txt-dtt {
        font-size: 24px;
        font-weight: normal;
        line-height: 46px;
        text-align: center;
    }
    .m-txt-source {
        height: auto;
        padding-top: 22px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #222;
        text-align: center;
        border-bottom: 1px #dcdcdc solid;
    }
    .m-txt-source span {
        padding: 0 10px;
        text-align: center;
    }
    /*正文来源*/
    .hd_content table td{font-size: 13px;}
    .m-txt-source span {
        float: unset;
    }
    .footerBottom{float: left;}
    .footerpc .txt{margin: 0 auto;}
    .footerpc .txt p{float: left;text-align: left;}
}
@media all and (max-width: 750px) {
    body{background: #FFFFFF;}
    .m-txt video {
        width: 100%!important;
        height: auto!important;
    }
    .m-txt video{width: 100%!important;height: auto!important;}
    .shadow-0{
        box-shadow:none;
        border-radius: 0;
    }
    #xxbt {
        width: 30%;
    }
    #ftbt {
        width: 30%;
    }
    #shijian {
        width: 30%;
    }
    .m-lst-nav .tnm{
        line-height: 40px;
        text-align: center;
        background:  #005888;
        font-size: 22px;
        color: #fff;
        font-weight: 100;
    }
    .m-lst-nav .tnm span{
        line-height: 40px;
        text-align: center;
        padding-left:0;
    }
    #xjbm {
        width: 17%;
    }
    #clzt {
        width: 16%;
    }
    .indexBox-1{padding: 10px;}
    /*新闻列表*/
    .newspic {
        padding: 0!important;
    }
    #newspic {
        padding: 0!important;
    }
    .paddingTen {
        padding: 0 10px!important;
    }
    .indexBox {
        box-shadow: none;
    }
    .padl10 {
        padding-left: 10px;
    }
    .padd5 {
        padding: 0 5px;
    }
    .m-lst-nav ul li.hover {
        /*background: none;*/
    }
    .leftHeader {
        padding: 0;
    }

    .g-logo {
        border-bottom: solid 1px #efefef;
    }
    .g-banner{border-bottom: 2px solid #005888;padding-bottom: 0;background: #005888;}
    .shadow {
        margin: 0;
        border: none;
        box-shadow: none;
    }
    .m-logo {
        margin: 10px 0;
        padding: 0;
    }
    .m-logo img {
        padding: 15px;
    }
    .tab-head ul li {
        font-size: 14px;
    }
    .position {
        /* margin: 8px;
         padding: 0px 15px;*/
        background: none;
    }
    .m-hot {
        padding: 10px;
    }
    .m-hot a {
        font-size: 18px;
        font-weight: normal;
    }
    /*手机版去间距*/
    .g-news {
        margin: 10px -12px 0 -12px;
        height: auto;
    }
    #tbq {
        margin: 0 -12px;
        height: auto;
    }
    /*列表导航*/
    .m-lst-nav {
        background: none;
        margin-left: 0;
    }


    /*列表1（卡片）*/
    .lst-tnm {
        height: auto;
        overflow: hidden;
        line-height: 48px;
        background: #fff;
        border-bottom: solid 1px #e1e1e1;
    }
    .lst-tnm a {
        z-index: 4;
        display: inline-block;
        padding: 0 10px;
        font-size: 18px;
        font-weight: bold;
        line-height: 47px;
        color:#005888;
        border-bottom: 3px solid #005888;
    }
    .sec-content {
        height: auto;
        margin-bottom: 1rem;
        overflow: hidden;
        border: solid 1px #eeecec;
    }
    .wap-section {
        height: auto;
        overflow: hidden;
    }
    .section {
        padding: 10px;
        /*border: solid 1px #dddddd;*/
        background: #fff;
    }
    .section .name,
    .section .name a {
        padding: 0.5rem 0;
        font-size: 1.8rem;
        font-weight: bold;
        color: #005888;
        border-bottom: 1px solid #efefef;
    }
    .news-card {
        padding: 0.5rem 0;
        overflow: hidden;
        background: #fff;
        border-bottom: 1px solid #efefef;
    }
    .news-card a {
        display: block;
    }
    .news-card .title {
        display: -webkit-box;
        margin: 0;
        overflow: hidden;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 28px;
        color: #333;
    }
    .news-card .title h3 {
        color: #333;
    }
    .news-card .detail {
        height: 2rem;
        margin-top: 0.5rem;
        overflow: hidden;
        font-size: 0;
        color: #3a3232;
        letter-spacing: 0;
    }
    .news-card .detail span {
        display: inline-block;
        margin-right: 0.5rem;
        overflow: hidden;
        font-size: 1.4rem;
        color: #999;
        white-space: nowrap;
    }
    .news-card .detail .news-tag {
        color: #ee1a1a;
    }
    .news-card:last-child {
        border-bottom: none;
    }
    .card-type-news a {
        display: flex;
        align-items: flex-start;
        -ms-flex-align: start;
        justify-content: space-between;
    }
    .card-type-news .news-info {
        padding: 0;
        color: #333;
        flex: 2 2 auto;
    }
    .card-type-news .news-source {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }
    .card-type-news .news-pic {
        overflow: hidden;
        flex: 0 0 auto;
    }
    .card-type-news .news-pic.zctj-pic {
        height: 90px;
        padding-right: 0;
    }
    .card-type-news .news-pic img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .card-type-news .detail .unlike,
    .card-type-news .unlike {
        margin-right: 0.12rem;
    }
    .card-type-news .title {
        display: -webkit-box;
        padding: 0;
        margin: 0;
        overflow: hidden;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 26px;
        color: #333;
    }
    /*列表2（缩略图+摘要）*/
    .u-nm a {
        font-size: 18px;
        font-weight: 600;
    }
    .card {
        min-height: auto;
        padding: 10px 0;
    }
    .card-type .news-info {
        min-height: auto;
    }
    .card .title {
        display: -webkit-box;
        margin: 0;
        overflow: hidden;
        font-size: 16px;
        font-weight: normal;
        line-height: 28px;
        color: #454545;
        text-overflow: ellipsis;
        white-space: pre-wrap;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .card .title h3 {
        font-weight: normal;
        color: #555;
    }
    .card .desc {
        display: -webkit-box;
        margin-top: 5px;
        overflow: hidden;
        font-size: 14px;
        line-height: 22px;
        color: #a6a6a6;
        text-overflow: ellipsis;
        letter-spacing: 0;
        -webkit-box-orient: vertical;
    }
    .card .detail {
        height: 30px;
        margin: 0 8px;
    }
    .card .detail span {
        height: 30px;
        padding-right: 15px;
        line-height: 30px;
    }
    .card-type .news-pic img {
        height: 80px;
    }
    /*移动端加载更多*/
    .wapMore {
        padding: 8px 0;
        margin: 10px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        background:#3b93d9;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
    }
    /*正文*/
    .graphic {
        margin: 10px  0;
    }
    .graphic .tnm {
        text-align: left;
    }
    .m-txt {
        padding: 10px 5px;
        margin: 0;
        border: none;
    }
    .m-txt img {
        width: 100%;
    }
    .m-txt-article {
        height: auto;
        min-height: 300px;
        font-size: 18px;
        line-height: 28px;
    }
    .m-txt-article p {
        padding-top: 0;
        font-size: 18px;
        line-height: 30px;
        color: #4b4c4c;
    }
    .m-txt-utt {
        font-size: 18px;
        font-weight: bold;
        line-height: 46px;
        text-align: center;
    }
    .m-txt-tt {
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
        text-align: center;
    }
    .m-txt-dtt {
        font-size: 18px;
        font-weight: bold;
        line-height: 46px;
        text-align: center;
    }
    .m-txt-source {
        height: auto;
        padding-top: 22px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #222;
        text-align: center;
        border-bottom: 1px #dcdcdc solid;
    }
    .m-txt-source span {
        padding: 5px 0;
        text-align: center;
    }
    /*正文图解链接*/
    .graphic .tnm {
        margin: 0 -12px;
    }
    .graphic .utext {
        margin: 0 -12px;
    }
    /*链接*/
    .index-link {
        background: #ffffff;
    }
    .mt-15 {
        margin-top: 0;
    }
    .footer {
        background: #005888;
        border-top: solid 1px #efefef;
    }
    .wapfooter p {
        color: #ffffff;
    }
    .wapfooter p a {
        color: #ffffff;
    }
    .g-bottom {
        overflow: hidden;
        width: 100%;
        height: 10px;
        line-height: 10px;
        background: #005888;
    }
    #lst-rt{padding: 0;}
}
@media all and (max-width: 360px) {
    .m-lst ul li a {
        font-size: 16px;
    }
}
@media all and (max-width: 320px) {
    .m-lst ul li a {
        font-size: 14px;
    }
}